home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue51 / SafeCall / ComClientMainForm.dfm / ComClientMainForm.txt
Encoding:
Text File  |  1999-08-19  |  1.3 KB  |  63 lines

  1. object Form2: TForm2
  2.   Left = 162
  3.   Top = 523
  4.   Width = 429
  5.   Height = 200
  6.   Caption = 'COM Client'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Button1: TButton
  18.     Left = 32
  19.     Top = 8
  20.     Width = 353
  21.     Height = 25
  22.     Caption = 'Get server to generate EConvertError exception'
  23.     TabOrder = 0
  24.     OnClick = Button1Click
  25.   end
  26.   object Button2: TButton
  27.     Left = 32
  28.     Top = 40
  29.     Width = 353
  30.     Height = 25
  31.     Caption = 'Get server to generate EInvalidCast exception'
  32.     TabOrder = 1
  33.     OnClick = Button2Click
  34.   end
  35.   object Button3: TButton
  36.     Left = 32
  37.     Top = 72
  38.     Width = 353
  39.     Height = 25
  40.     Caption = 'Get server to generate EInvalidOperation exception'
  41.     TabOrder = 2
  42.     OnClick = Button3Click
  43.   end
  44.   object Button4: TButton
  45.     Left = 32
  46.     Top = 104
  47.     Width = 353
  48.     Height = 25
  49.     Caption = 'Get server to generate EDivByZero exception'
  50.     TabOrder = 3
  51.     OnClick = Button4Click
  52.   end
  53.   object Button5: TButton
  54.     Left = 32
  55.     Top = 136
  56.     Width = 353
  57.     Height = 25
  58.     Caption = 'Get server to generate EAccessViolation exception'
  59.     TabOrder = 4
  60.     OnClick = Button5Click
  61.   end
  62. end
  63.